projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6770a60
)
(bibtex-maintain-sorted-entries): Make nil the default.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Aug 1995 00:50:26 +0000
(
00:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Aug 1995 00:50:26 +0000
(
00:50
+0000)
lisp/textmodes/bibtex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/bibtex.el
b/lisp/textmodes/bibtex.el
index 6edc5990a545d6af45507113a8cd6aabac7a0f25..3f8fc53302478612c7effa45ef5de0aa0683bbe2 100644
(file)
--- a/
lisp/textmodes/bibtex.el
+++ b/
lisp/textmodes/bibtex.el
@@
-82,7
+82,7
@@
name of the field, second element = comment to appear in the echo area).")
That means they are ignored when determining ordering of the buffer
(e.g. sorting, locating alphabetical position for new entries, etc.).")
-(defvar bibtex-maintain-sorted-entries
t
+(defvar bibtex-maintain-sorted-entries
nil
"*If true, bibtex-mode maintains all BibTeX entries in sorted order.
Setting this variable to nil will strip off some comfort (e.g. TAB
completion for reference keys) from bibtex-mode.")